home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / iris.lha / Iris / Poll.irx < prev    next >
Text File  |  1997-12-25  |  240b  |  10 lines

  1. /* Check periodically for new mail */
  2. do while show('P','IRIS') & show('L','bsdsocket.library')
  3.    address IRIS
  4.    GETMAIL
  5.    SENDMAIL IMMED
  6.    address command
  7.    WAIT 3 MINS
  8. end
  9. say 'Poll.irx ending - TCP/IP and/or Iris is not available.'
  10.